home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000022_news@newsmaster….columbia.edu _Sun May 3 13:04:47 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA14464
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 3 May 1998 13:04:47 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA20154
  7.     for kermit.misc@watsun; Sun, 3 May 1998 13:04:46 -0400 (EDT)
  8. Path: news.columbia.edu!panix!nntprelay.mathworks.com!howland.erols.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!worldnet.att.net!newsadm
  9. From: Bernie <bfb@worldnet.att.net>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Sending Mail Question
  12. Date: Sun, 03 May 1998 17:10:55 +0000
  13. Organization: AT&T WorldNet Services
  14. Lines: 23
  15. Message-ID: <6ii81v$p99@bgtnsc03.worldnet.att.net>
  16. References: <6ii7qp$p99@bgtnsc03.worldnet.att.net>
  17. NNTP-Posting-Host: 12.68.110.171
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.31 i586)
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:8673
  23.  
  24. Bernie wrote:
  25.  
  26. > Listed below are the last few lines I'd like
  27. > to add to my automated file xfer script.
  28. > When I run it, the email is sent, but c-kermit 6.0
  29. > is not exited.
  30. >
  31. > How can I cleanly exit kermit after sending the message?
  32. >
  33. > TIA for all your help Frank.  I'm glad to be able to support
  34. > the C-Kermit project by purchasing your book, as it is an
  35. > extremely useful tool.
  36. >
  37. > run mail root -s 'testing kermit' < my.msg
  38. > exit 0
  39. > quit
  40.  
  41.  
  42. Thanks anyway.  I simply added a "output \13" after
  43. the run mail command.
  44.  
  45. -Bernie
  46.